home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gShowPage, gRegisteredCopy, gDoAndQuit, gJustLaunched
- set the idleHandlerPeriod to 0
- if voidp(gShowPage) then
- set gShowPage to 0
- end if
- set gShowPage to gShowPage + 1
- startTimer()
- if gRegisteredCopy then
- set secondiAttesa to 4
- else
- set secondiAttesa to 7
- end if
- if gDoAndQuit and gJustLaunched then
- set secondiAttesa to 0
- end if
- set the timeoutLength to 60 * secondiAttesa
- if gShowPage = 1 then
- set the timeoutScript to "GoLista"
- end if
- set the keyDownScript to "GoLista"
- pause()
- end
-